home *** CD-ROM | disk | FTP | other *** search
/ SGI O2 Out of Box Experience / SGI O2 Out of Box Experience.iso / jungleIsland / RaptorBuilder / uiTexture3.wrl < prev    next >
Text File  |  1996-11-14  |  782b  |  48 lines

  1. #VRML V2.0 utf8
  2.  
  3. Transform {
  4.   children    Shape {
  5.     appearance    Appearance {
  6.       material    Material {
  7.     emissiveColor 1 1 1
  8.       }
  9.  
  10.  
  11.       texture ImageTexture {
  12.           url "sraL.jpg"
  13.       } 
  14.  
  15.  
  16.     }
  17.  
  18.     geometry    IndexedFaceSet {
  19.       coord    Coordinate {
  20.     point    [ -0.1 0.1 -0.1,
  21.           -0.1 0.1 0.1,
  22.           0.1 0.1 0.1,
  23.           0.1 0.1 -0.1 ]
  24.       }
  25.  
  26.       coordIndex    [ 0, 1, 2, 3, -1 ]
  27.       texCoord    TextureCoordinate {
  28.     point    [ 0 1,
  29.           0 0,
  30.           1 0,
  31.           1 1 ]
  32.       }
  33.  
  34.       texCoordIndex    [ 0, 1, 2, 3, -1 ]
  35.       ccw    TRUE
  36.       solid    TRUE
  37.       convex    TRUE
  38.       creaseAngle    0.5
  39.     }
  40.  
  41.   }
  42.  
  43.   translation    0.414881 -0.00117531 1.30184
  44.   rotation    0.866172 0.491802 -0.0887556  0.379713
  45.   scale    0.602073 0.60208 0.602073
  46.   scaleOrientation    -0.0484114 -0.998819 0.00401099  0.201997
  47. }
  48.